home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / frame_66 / DoAction.as
Encoding:
Text File  |  2001-10-27  |  601 b   |  14 lines

  1. n = "2";
  2. while(n < "41")
  3. {
  4.    n += "1";
  5.    duplicateMovieClip("bgbox","bgbox" add n,n + "200" + 16384);
  6.    setProperty("bgbox" add n, _X, (n + "4") * boxw + temp2);
  7.    setProperty("bgbox" add n, _Y, (int(n / "3") + "3") * boxh);
  8.    set("x" add (n + "4") add "y" add (int(n / "3") + "3"),temp1);
  9.    duplicateMovieClip("bgbox","bgbox" add (n + "50"),n + "200" + "50" + 16384);
  10.    setProperty("bgbox" add (n + "50"), _X, (n + "4") * boxw + temp2);
  11.    setProperty("bgbox" add (n + "50"), _Y, (int(n / "3") + "14") * boxh);
  12.    set("x" add (n + "4") add "y" add (int(n / "3") + "14"),temp1);
  13. }
  14.